x86/HVM: drop hvm_emulate_one_no_write()
authorJan Beulich <jbeulich@suse.com>
Wed, 7 Dec 2016 12:54:41 +0000 (13:54 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 7 Dec 2016 12:54:41 +0000 (13:54 +0100)
commit56673a8eb7c90d8fbe2a69a3b52a6f5fc8194d6a
tree5193be8e4c046f3b7a9d0236c011fa44b78e60cd
parenta01b6d464f05dadf28bfd38612283bd1848f1350
x86/HVM: drop hvm_emulate_one_no_write()

It was pointlessly non-static, and being static and a simple wrapper it
can as well be folded into its single caller.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/emulate.c
xen/include/asm-x86/hvm/emulate.h